home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / asm / utils / recoqlib / lib / src / rqwhatis.s < prev   
Text File  |  1980-01-03  |  366b  |  23 lines

  1.  
  2.                    * 'Stub' routine for Lattice/SAS C *
  3.                    * for recoq.library by Cath of LSD *
  4.  
  5.     OPT    L+
  6.  
  7.     INCDIR  XNCLUDE:ASM/
  8.  
  9.     INCLUDE    "recoq.i"
  10.  
  11.     XDEF    _rqWhatIs
  12.  
  13.  
  14. _rqWhatIs
  15.     move.l    a6,-(a7)        ; store a7
  16.     GETRQBASE
  17.     move.l    8(a7),a0        ; Get pointer to buffer
  18.     jsr    _LVOrqWhatIs(a6)    ; Call Function
  19.     move.l    (a7)+,a6        ; d0/d1/d2/d3 modified
  20.     rts
  21.  
  22.     end
  23.